IStaffItemRenderer

@Environment(value = EnvType.CLIENT)
fun interface IStaffItemRenderer(source)

A renderer for an item, which can be placed into a staff.

See also

Inheritors

Types

Link copied to clipboard
@Environment(value = EnvType.CLIENT)
object Companion

Functions

Link copied to clipboard
abstract fun renderItemInStaff(    staffStack: ItemStack,     mode: ModelTransformationMode,     matrices: MatrixStack,     vertexConsumers: VertexConsumerProvider,     light: Int,     overlay: Int)

Renders an item.